Analysis Patterns by Martin Fowler
Author:Martin Fowler
Language: eng
Format: epub, pdf
Publisher: Pearson Education Limited (US titles)
Published: 1997-03-11T16:00:00+00:00
8.5.1 Plans and Protocols as Graphs
We can also represent a plan as a directed acyclic graph (DAG) of proposed actions. The arcs on the graph correspond to the dependency relationships on the action references. Each plan has its own separate graph structure. We can represent this compactly as shown in Figure 8.11. This is, in essence, another association pattern in the style described in Chapter 15.
Figure 8.11 Plan as a directed acyclic graph of proposed actions.
To apply this notion to a protocol, however, we do not form a DAG of the subsidiary protocols. Instead we form a DAG of the protocol references, as shown in Figure 8.12, because one protocol can appear as more than one step in another parent protocol. This is specifically not the case for a plan due to the uniqueness constraint shown in Figure 8.6. The base form for a DAG association pattern thus includes the dependency types (with the constraint) together with the fact that the element in the DAG can only appear as one node in a DAG.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Coding Theory | Localization |
Logic | Object-Oriented Design |
Performance Optimization | Quality Control |
Reengineering | Robohelp |
Software Development | Software Reuse |
Structured Design | Testing |
Tools | UML |
Deep Learning with Python by François Chollet(12519)
Hello! Python by Anthony Briggs(9866)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9756)
The Mikado Method by Ola Ellnestam Daniel Brolund(9746)
Dependency Injection in .NET by Mark Seemann(9292)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8257)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7740)
Grails in Action by Glen Smith Peter Ledbrook(7666)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7515)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(6740)
Microservices with Go by Alexander Shuiskov(6505)
Practical Design Patterns for Java Developers by Miroslav Wengner(6405)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6383)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6377)
Angular Projects - Third Edition by Aristeidis Bampakos(5760)
The Art of Crafting User Stories by The Art of Crafting User Stories(5293)
NetSuite for Consultants - Second Edition by Peter Ries(5237)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5053)
Kotlin in Action by Dmitry Jemerov(5018)
